aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/[id]/[...animeId]/video.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-06 15:38:39 +0530
committerGitHub <[email protected]>2024-04-06 15:38:39 +0530
commit99e977342c2bc4aa3f6b930dfab80a7dc9f5eee3 (patch)
treee5ea8e64e27778ce468431138775bf9f6dc3874b /src/app/anime/[id]/[...animeId]/video.module.css
parentUI Upgrades for anime section. (diff)
parentadded search functionality (diff)
downloaddramalama-99e977342c2bc4aa3f6b930dfab80a7dc9f5eee3.tar.xz
dramalama-99e977342c2bc4aa3f6b930dfab80a7dc9f5eee3.zip
Merge pull request #2 from real-zephex/kdrama-section-rewrite
The kdrama section underwent a complete rewrite.
Diffstat (limited to 'src/app/anime/[id]/[...animeId]/video.module.css')
-rw-r--r--src/app/anime/[id]/[...animeId]/video.module.css7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/app/anime/[id]/[...animeId]/video.module.css b/src/app/anime/[id]/[...animeId]/video.module.css
index d947fc3..0214e60 100644
--- a/src/app/anime/[id]/[...animeId]/video.module.css
+++ b/src/app/anime/[id]/[...animeId]/video.module.css
@@ -1,8 +1,3 @@
-.VideoMain {
- max-width: 98%;
- margin: 0px auto;
-}
-
.Video {
display: flex;
justify-content: center;
@@ -11,7 +6,7 @@
.VideoPlayer {
border-radius: 10px;
- width: 75%;
+ width: 70%;
height: auto;
}